html,
body {
  font-family: Microsoft YaHei;
}
input,
textarea {
  border: 0;
  /*清除自带的2px的边框*/
  padding: 0;
  /*清除自带的padding间距*/
  outline: none;
  /*清除input点击之后的黑色边框*/
  background: transparent;
}
input::placeholder,
textarea::placeholder {
  color: #999999;
}
i input[type="checkbox"] {
  display: none;
}
em,
i {
  font-style: normal;
}
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.err {
  font-size: 12px;
  line-height: 12px;
  color: #d71518;
  margin-top: 4px;
}
.btn,
.checkbox-btn {
  cursor: pointer;
}
.un_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table {
  margin-top: 35px;
}
.table .t-header {
  width: 100%;
  height: 40px;
  background: #f1f1f1;
  overflow: hidden;
}
.table .t-header .item {
  line-height: 40px;
  color: #888888;
}
.table .t-header .item i {
  margin: 13px auto;
}
.table .t-body {
  height: 270px;
  overflow: hidden;
}
.table .t-body .item {
  cursor: pointer;
}
.table .table-row {
  width: 100%;
  /* height: 54px; */
  height: auto;
  overflow: hidden;
}
.table .table-row:hover {
  background: #f9f9f9;
}
.table .item {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 54px;
  text-align: center;
}
.table .item i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/new/checkbox.png);
  background-size: 100% 100%;
  margin: 20px auto;
}
.table .item i.on {
  background: url(../img/new/checkbox_on.png);
  background-size: 100% 100%;
}
.table .item span.btn {
  color: #d71518;
  margin-left: 10px;
  text-decoration: underline;
}
.table .item span.btn:first-child {
  margin-left: 0;
}
.table .item span.red {
  color: #d71518;
}
.gerenzhongxin .table .item i.on {
  background: url(../img/theme2/checkbox_on.png);
  background-size: 100% 100%;
}
.f_select {
  width: 200px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  position: relative;
}
.f_select:nth-child(3) {
  margin-right: 0;
}
.f_select .note {
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.f_select .note img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.f_select .note span {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.f_select .note span.on {
  color: #333;
}
.f_select .f_xl {
  position: fixed;
  width: 200px;
  border: solid 1px #dedede;
  border-radius: 4px;
  box-sizing: content-box;
  background: #fff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 999;
}
.f_select .f_xl li {
  cursor: pointer;
  line-height: 36px;
  padding-left: 12px;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.f_select .f_xl li:hover,
.f_select .f_xl li.on {
  background: #8aadde;
  color: #fff;
}
.am-topbar-fixed-top .call {
  margin-left: 35px;
  margin-right: 0;
}
.am-topbar-fixed-top .call .call-span {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.am-topbar-fixed-top .call .call-span .not {
  color: #b17948;
  text-decoration: underline;
}
.am-topbar-fixed-top .call .call-span .nav-tx,
.am-topbar-fixed-top .call .call-span .nav-expand {
  width: 22px;
  height: 22px;
}
.am-topbar-fixed-top .call .call-span .nav-tx {
  border-radius: 50%;
}
.am-topbar-fixed-top .call .call-ul {
  width: 118px;
  height: 91px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 2;
}
.am-topbar-fixed-top .call .call-ul li {
  height: 45px;
}
.am-topbar-fixed-top .call .call-ul li:first-child {
  height: 46px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}
.am-topbar-fixed-top .call .call-ul li a {
  display: block;
  height: 45px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}
.am-topbar-fixed-top .call .call-ul li a:hover {
  color: #d71518;
}
.login-bg {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.login-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.am-container-login {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.login-box {
  width: 330px;
  height: auto;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.88) 40%,
    #ffffff 100%
  );
  position: absolute;
  top: 81px;
  right: 10%;
  padding: 20px;
  padding-bottom: 50px;
}
.login-box .top {
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #b17948;
  text-align: center;
  line-height: 25px;
  position: relative;
}
.login-box .top::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #b17948;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}
.login-box .tag {
  width: 50px;
  height: 50px;
  background: url("../img/new/tag1.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.login-box .tag.type2 {
  background: url("../img/new/tag2.png");
  background-size: 100% 100%;
}
.login-box .tab {
  margin-top: 10px;
  height: 22px;
}
.login-box .tab li {
  float: left;
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
  margin-right: 15px;
  cursor: pointer;
}
.login-box .tab li.on {
  color: #b17948;
  position: relative;
}
.login-box .tab li.on::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #b17948;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}
.login-box .content {
  height: auto;
  overflow: hidden;
  margin-bottom: 34px;
  display: none;
}
.login-box .content.on {
  display: block;
}
.login-box .content .form {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.login-box .content .form-input {
  margin-bottom: 20px;
}
.login-box .content .form-input-item {
  width: 100%;
  height: 36px;
  padding-left: 36px;
  background: #eeeeee;
  position: relative;
}
.login-box .content .form-input-item .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.login-box .content .form-input-item input {
  height: 36px;
  width: 100%;
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #eee;
}
.login-box .content .form-input-code input {
  padding-left: 10px;
  padding-right: 110px;
}
.login-box .content .form-input-code .get-code {
  width: 100px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  cursor: pointer;
}
.login-box .content .form-input-dxcode input {
  padding-left: 10px;
  width: calc(100% - 100px);
}
.login-box .content .form-input-dxcode .get-dxcode {
  width: 100px;
  height: 36px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background: #eee;
}
.login-box .content .row {
  height: 14px;
  position: relative;
}
.login-box .content .row i {
  float: left;
  width: 14px;
  height: 14px;
  background: url("../img/new/checkbox.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.login-box .content .row i.on {
  background: url("../img/theme2/checkbox_on.png");
  background-size: 100% 100%;
}
.login-box .content .row span {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
}
.login-box .content .row .re-psd {
  position: absolute;
  left: 0;
  cursor: pointer;
}
.login-box .content .row .re-psd span {
  float: left;
  margin-left: 5px;
}
.login-box .content .row .forgot-psd {
  position: absolute;
  right: 0;
  color: #b17948;
}
.login-box .content .row a {
  font-size: 14px;
  text-decoration: underline;
  color: #999999;
  line-height: 14px;
}
.login-box .content .err {
  margin-left: 36px;
}
.login-box .content .tips2 {
  height: auto;
  overflow: hidden;
  background: #f9f9f9;
  padding: 5px 10px 5px 28px;
  position: relative;
  margin-top: 10px;
  line-height: 17px;
}
.login-box .content .tips2 .icon {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 9px;
  left: 10px;
}
.login-box .content .tips2 span {
  font-size: 12px;
  color: #999;
}
.login-box .content .bottom {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.login-box .content .bottom .btn {
  height: 42px;
  background: #b17948;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
}
.login-box .content1,
.login-box .content2 {
  width: 100%;
  margin: 0 auto;
}
.login-box .content2 .form-input:last-child {
  margin-bottom: 0;
}
.login-box .content3 .qrcode {
  width: 130px;
  height: 130px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 52px auto 10px;
  position: relative;
}
.login-box .content3 .qrcode img {
  /* width: 120px;
                height: 120px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -60px;
                margin-left: -60px; */
  width: 100%;
}
.login-box .content3 .scan-success {
  height: 212px;
  padding: 28px;
  margin: 0 auto;
  position: relative;
  display: none;
  padding-bottom: 0;
  text-align: center;
  padding-top: 60px;
}
.login-box .content3 .scan-success img {
  width: 74px;
  height: 74px;
}
.login-box .content3 .scan-success span {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
}
.login-box .content3 .scan-success .bottom .btn {
  width: 100px;
  margin: 30px auto;
  display: none;
}
.login-box .content3 .scan-success.bind-phone {
  padding-top: 28px;
}
.login-box .content3 .scan-success.bind-phone span {
  margin-top: 10px;
}
.login-box .content3 .scan-success.bind-phone .bottom .btn {
  display: block;
}
.login-box .content3 .scan-info {
  height: 212px;
  padding: 28px;
  margin: 0 auto;
  position: relative;
  display: none;
  padding-bottom: 0;
  text-align: center;
}
.login-box .content3 .scan-info span {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin-top: 84px;
}
.login-box .content3 .scan-info span a {
  color: #b17948;
  text-decoration: underline;
}
.login-box .content3 span {
  display: block;
  height: 20px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 20px;
}
.login-box .content3 .pwd-btn {
  height: 20px;
  font-size: 14px;
  color: #b17948;
  line-height: 20px;
  text-decoration: underline;
  position: absolute;
  right: 20px;
  bottom: 70px;
  cursor: pointer;
}
.login-box .r-btn {
  height: 50px;
  font-size: 14px;
  color: #b17948;
  display: block;
  text-align: center;
  line-height: 50px;
  background: rgba(177, 121, 72, 0.05);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.login-box #login_container {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-box {
  width: 440px;
  height: auto;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0.88) 40%,
    #ffffff 100%
  );
  position: unset;
  margin: 50px auto 100px;
  padding: 20px;
}
.form-box .top {
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #b17948;
  text-align: center;
  line-height: 25px;
  position: relative;
}
.form-box .top::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #b17948;
  position: absolute;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
}
.form-box .content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.form-box .content .form {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.form-box .content .form-input {
  margin-bottom: 20px;
}
.form-box .content .form-input-item {
  width: 100%;
  height: 40px;
  padding-left: 85px;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}
.form-box .content .form-input-item label {
  width: 85px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 10px;
  font-weight: 400;
}
.form-box .content .form-input-item input {
  height: 38px;
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  padding: 0 10px;
}
.form-box .content .form-input-code input {
  padding-left: 10px;
  padding-right: 126px;
}
.form-box .content .form-input-code .get-code {
  width: 116px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.form-box .content .form-input-dxcode input {
  padding-left: 10px;
  padding-right: 126px;
}
.form-box .content .form-input-dxcode .get-dxcode {
  width: 116px;
  height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.form-box .content .form-input-dxcode .get-dxcode::before {
  content: "";
  width: 1px;
  height: 14px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-box .content .row {
  height: 20px;
  margin: 20px auto 16px;
  text-align: center;
  font-size: 0;
}
.form-box .content .row .row-con {
  height: 20px;
  position: relative;
  display: inline-block;
}
.form-box .content .row i {
  float: left;
  width: 14px;
  height: 14px;
  background: url("../img/new/checkbox.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  cursor: pointer;
}
.form-box .content .row i.on {
  background: url("../img/theme2/checkbox_on.png");
  background-size: 100% 100%;
}
.form-box .content .row .show-accord {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  height: 20px;
  display: block;
  padding-left: 20px;
  cursor: pointer;
}
.form-box .content .row .show-accord em {
  font-style: normal;
  text-decoration: underline;
  color: #b17948;
}
.form-box .content .err {
  margin-left: 95px;
}
.form-box .content .tips2 {
  height: auto;
  overflow: hidden;
  background: #f9f9f9;
  padding: 5px 10px 5px 28px;
  position: relative;
  margin-top: 10px;
  line-height: 17px;
}
.form-box .content .tips2 .icon {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 9px;
  left: 10px;
}
.form-box .content .tips2 span {
  font-size: 12px;
  color: #999;
}
.form-box .content .tips3 {
  height: 17px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  margin-top: 5px;
}
.form-box .content .tips3.err {
  color: #b17948;
  padding: 0;
  margin: 0;
}
.form-box .content .bottom {
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}
.form-box .content .bottom .btn {
  height: 42px;
  background: #b17948;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
}
.form-box .content .bottom {
  margin: 0;
}
.form-box .btn {
  width: 290px;
  height: 42px;
  background: #d71518;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  margin: 0 auto;
}
.form-box .btn.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.content .form-input-item input[name="password"],
.content .form-input-item input[name="confirmPwd"],
.edit-pwd .form-input-item input[name="password"],
.edit-pwd .form-input-item input[name="confirmPwd"] {
  padding-right: 38px;
}
.bind-password,
.bind-confirmPwd {
  width: 16px;
  height: 15px;
  background: url("../img/new/see.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.bind-password.icon-seeopen,
.bind-confirmPwd.icon-seeopen {
  width: 18px;
  height: 12px;
  background: url("../img/new/see_on.png");
  background-size: 100% 100%;
}
.edit-pwd .bind-password,
.edit-pwd .bind-confirmPwd {
  left: 410px;
  right: auto;
}
.gerenzhongxin #file {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.gerenzhongxin .r-tabs > .left {
  float: left;
  width: 210px;
  margin-right: 15px;
  height: auto;
  overflow: hidden;
}
.gerenzhongxin .r-tabs > .left .top {
  height: auto;
  background: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.gerenzhongxin .r-tabs > .left .top.on::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #b17948;
  position: absolute;
  top: 0;
  left: 0;
}
.gerenzhongxin .r-tabs > .left .top .tx {
  width: 80px;
  height: 80px;
  margin: 30px auto 10px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.gerenzhongxin .r-tabs > .left .top .tx img {
  display: block;
  width: 100%;
  height: 100%;
}
.gerenzhongxin .r-tabs > .left .top .tx .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  border-radius: 50%;
}
.gerenzhongxin .r-tabs > .left .top .tx:hover .mask {
  opacity: 1;
}
.gerenzhongxin .r-tabs > .left .top .name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
  margin-bottom: 30px;
  padding: 0 10px;
}
.gerenzhongxin .r-tabs > .left .top .edit-btn {
  width: 100px;
  height: 34px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #b17948;
  box-sizing: border-box;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #b17948;
  margin: auto;
  margin-bottom: 30px;
}
.gerenzhongxin .r-tabs > .left .menu {
  height: auto;
  overflow: hidden;
  margin-top: 15px;
  background: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
.gerenzhongxin .r-tabs > .left .menu li {
  height: 88px;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.gerenzhongxin .r-tabs > .left .menu li:last-child {
  border-bottom: none;
}
.gerenzhongxin .r-tabs > .left .menu li.on a {
  position: relative;
  font-weight: 600;
}
.gerenzhongxin .r-tabs > .left .menu li.on a::before {
  content: "";
  width: 5px;
  height: 22px;
  background: #b17948;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.gerenzhongxin .r-tabs > .left .menu li a {
  font-size: 16px;
  color: #333333;
  line-height: 88px;
  width: 100%;
  height: 100%;
  display: block;
}
.gerenzhongxin .content {
  float: left;
  width: calc(100% - 225px);
  height: auto;
  overflow: hidden;
}
.gerenzhongxin section {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.gerenzhongxin section h3 {
  height: 22px;
  color: #333;
  line-height: 22px;
  position: relative;
}
.gerenzhongxin section h3::after {
  content: "";
  width: 32px;
  height: 5px;
  background: #b17948;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.gerenzhongxin section .table .item span.btn {
  color: #b17948;
  text-decoration: underline;
}
.gerenzhongxin section .table .item span.red {
  color: #b17948;
}
.gerenzhongxin section .table .item .btn2 {
  color: #b17948;
  text-decoration: underline;
}
.gerenzhongxin section .form {
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}
.gerenzhongxin section .form .form-input {
  margin-bottom: 20px;
}
.gerenzhongxin section .form .form-input-item {
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}
.gerenzhongxin section .form .form-input-item label {
  float: left;
  font-size: 14px;
  color: #666;
  width: 70px;
  font-weight: normal;
}
.gerenzhongxin section .form .form-input-item input {
  float: left;
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.gerenzhongxin section .form .form-input-item .val {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.gerenzhongxin section .form .form-input-item span {
  float: left;
  font-size: 14px;
  color: #b17948;
  margin-left: 30px;
  cursor: pointer;
}
.gerenzhongxin section .form .form-input-edit input {
  display: none;
}
.gerenzhongxin section .form .form-input-edit.on input {
  display: block;
}
.gerenzhongxin section .form .form-input-edit.on .val {
  display: none;
}
.gerenzhongxin section .form .form-input-address .right {
  float: left;
  width: calc(100% - 100px);
}
.gerenzhongxin section .form .form-input-address .select-list {
  height: auto;
  overflow: hidden;
}
.gerenzhongxin section .form .form-input-address .select-list .f_select {
  width: 200px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  position: relative;
}
.gerenzhongxin section .form .form-input-address .select-list .f_select .note {
  width: 200px;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.gerenzhongxin
  section
  .form
  .form-input-address
  .select-list
  .f_select
  .note
  img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.gerenzhongxin
  section
  .form
  .form-input-address
  .select-list
  .f_select
  .note
  span {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.gerenzhongxin
  section
  .form
  .form-input-address
  .select-list
  .f_select
  .note
  span.on {
  color: #333;
}
.gerenzhongxin section .form .form-input-address .select-list .f_select .f_xl {
  position: fixed;
  width: 200px;
  border: solid 1px #dedede;
  border-radius: 4px;
  box-sizing: content-box;
  background: #fff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 999;
}
.gerenzhongxin
  section
  .form
  .form-input-address
  .select-list
  .f_select
  .f_xl
  li {
  cursor: pointer;
  line-height: 36px;
  padding-left: 12px;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gerenzhongxin
  section
  .form
  .form-input-address
  .select-list
  .f_select
  .f_xl
  li:hover,
.gerenzhongxin
  section
  .form
  .form-input-address
  .select-list
  .f_select
  .f_xl
  li.on {
  background: #8aadde;
  color: #fff;
}
.gerenzhongxin section .form .form-input-address .form-input-item {
  height: auto;
  overflow: hidden;
}
.gerenzhongxin section .form textarea {
  width: 620px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  box-sizing: border-box;
}
.gerenzhongxin section .submit-btn {
  margin-left: 70px;
  margin-top: 30px;
  width: 72px;
  height: 40px;
  background: #b17948;
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.gerenzhongxin section.count {
  margin-left: -14px;
  margin-right: -14px;
}
.gerenzhongxin section .am-u-lg-4 {
  padding-left: 14px;
  padding-right: 14px;
}
.gerenzhongxin section .count-item {
  height: 110px;
  background: #f9f9f9;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.gerenzhongxin section .count-item h6 {
  height: 22px;
  font-size: 16px;
  color: #666f7b;
  line-height: 22px;
  margin: 17px 20px 10px;
}
.gerenzhongxin section .count-item .num {
  height: 45px;
  font-size: 32px;
  font-weight: 600;
  color: #b17948;
  line-height: 45px;
  margin-left: 20px;
}
.gerenzhongxin section .count-item img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.gerenzhongxin section .count-item:nth-child(2) {
  width: 45px;
  height: 52px;
}
.gerenzhongxin section .plan-list {
  min-height: 212px;
  padding-top: 35px;
}
.gerenzhongxin section .plan-list .no-data {
  margin-top: 60px;
}
.gerenzhongxin section .plan-list li {
  margin-bottom: 20px;
  height: 116px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.gerenzhongxin section .plan-list li:last-child {
  height: 96px;
  margin-bottom: 0;
  border: none;
}
.gerenzhongxin section .plan-list li .thumb {
  float: left;
  width: 152px;
  height: 96px;
}
.gerenzhongxin section .plan-list li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.gerenzhongxin section .plan-list li .info {
  float: left;
  width: calc(100% - 282px);
  padding-left: 20px;
  box-sizing: border-box;
}
.gerenzhongxin section .plan-list li .info h4 {
  font-weight: 600;
  margin: 0;
  margin-top: 8px;
}
.gerenzhongxin section .plan-list li .info h4,
.gerenzhongxin section .plan-list li .info .price {
  height: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.gerenzhongxin section .plan-list li .info .row {
  height: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gerenzhongxin section .plan-list li .info .row em {
  color: #b17948;
  margin: 0 4px;
}
.gerenzhongxin section .plan-list li .info .row .line {
  margin: 0 4px;
}
.gerenzhongxin section .plan-list li .plan-btn {
  width: 100px;
  height: 34px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #b17948;
  box-sizing: border-box;
  font-size: 14px;
  color: #b17948;
  line-height: 34px;
  text-align: center;
  position: absolute;
  top: 31px;
  right: 0;
  cursor: pointer;
}
.gerenzhongxin section .together_list li {
  margin-bottom: 20px;
  padding-bottom: 30px;
  min-height: 118px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  box-sizing: content-box;
}
.gerenzhongxin section .together_list li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.gerenzhongxin section .together_list2 li {
  min-height: 96px;
}
.gerenzhongxin section .together_list li .thumb {
  float: left;
  width: 96px;
  height: 96px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 55px;
  border: 1px solid rgba(177, 121, 72, 0.1);
  overflow: hidden;
}
.gerenzhongxin section .together_list li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.gerenzhongxin section .together_list li .info {
  float: left;
  width: calc(100% - 282px);
  padding-left: 20px;
  box-sizing: border-box;
}
.gerenzhongxin section .together_list li .info h4 {
  font-weight: 600;
  margin: 0;
  margin-top: 8px;
}
.gerenzhongxin section .together_list li .info h4,
.gerenzhongxin section .together_list li .info .price {
  height: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.gerenzhongxin section .together_list li .info .row {
  height: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gerenzhongxin section .together_list li .info .row em {
  color: #b17948;
  margin: 0 4px;
}
.gerenzhongxin section .together_list li .info .row .line {
  margin: 0 4px;
}
.gerenzhongxin section .together_list li .info .row2 {
  font-weight: 400;
  font-size: 14px;
  color: #666f7b;
  margin: 10px 0;
}
.gerenzhongxin section .together_list li .info_right {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 118px;
  display: flex;
  align-items: center;
}
.gerenzhongxin section .together_list2 li .info_right{
  min-height: 96px;
}
.gerenzhongxin section .together_list li .plan-btn1 {
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  text-align: right;
  margin-left: 30px;
}
.gerenzhongxin section .together_list li .plan-btn {
  width: 100px;
  height: 34px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #b17948;
  box-sizing: border-box;
  font-size: 14px;
  color: #b17948;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  margin-left: 15px;
}
.gerenzhongxin section .project-list {
  padding-top: 15px;
}
.gerenzhongxin section .project-list li {
  height: 60px;
  border-bottom: 1px solid #f1f1f1;
}
.gerenzhongxin section .project-list li .project-list-item {
  width: 33.333333%;
  padding-right: 10px;
  float: left;
}
.gerenzhongxin section .project-list li .project-list-item:nth-child(2) {
  text-align: center;
}
.gerenzhongxin section .project-list li .project-list-item:last-child {
  text-align: right;
  padding-right: 0;
}
.gerenzhongxin section .project-list li div {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 60px;
}
.gerenzhongxin section .project-list li h4 {
  font-weight: 600;
  margin: 0;
}
.gerenzhongxin section .project-list li em {
  color: #b17948;
  margin: 0 4px;
}
.gerenzhongxin section.my-danate {
  position: relative;
}
.gerenzhongxin section.my-danate .top {
  position: absolute;
  top: 24px;
  right: 30px;
}
.gerenzhongxin section.my-danate .top .search {
  float: right;
  width: 400px;
  height: 40px;
  position: relative;
}
.gerenzhongxin section.my-danate .top .search .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.gerenzhongxin section.my-danate .top .search input {
  width: 100%;
  padding-left: 43px;
  padding-right: 94px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}
.gerenzhongxin section.my-danate .top .search .search-btn {
  width: 62px;
  margin-left: 0;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
  position: absolute;
  top: 0;
  right: 0;
}
.gerenzhongxin section.my-danate .top .btn {
  float: right;
  width: 94px;
  height: 40px;
  background: #b17948;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-left: 30px;
  cursor: pointer;
}
.gerenzhongxin section.my-danate .top .btn a {
  color: #ffffff;
}
.gerenzhongxin section.my-danate .top .btn.confirm-application-btn {
  width: 126px;
}
.gerenzhongxin section.my-danate .table {
  margin-top: 45px;
}
.gerenzhongxin section.my-danate .table .item {
  width: 10%;
}
.gerenzhongxin section.my-danate .table .item:nth-child(1) {
  width: 6%;
  padding-left: 10px;
}
.gerenzhongxin section.my-danate .table .item:nth-child(2) {
  width: 28%;
}
.gerenzhongxin section.my-danate .table .item:nth-child(4) {
  width: 22%;
}
.gerenzhongxin section.my-danate .table .item:last-child {
  width: 14%;
}
.gerenzhongxin section.my-danate .table .t-body .item:nth-child(4) {
  font-weight: bold;
}
.gerenzhongxin section.my-danate .table .t-body .item:nth-child(5) {
  font-weight: bold;
}
.gerenzhongxin section.aixin-top {
  height: 50px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.gerenzhongxin section.aixin-top .left {
  padding-left: 30px;
  padding-right: 114px;
  box-sizing: border-box;
}
.gerenzhongxin section.aixin-top .left img {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin: 18px 0;
  margin-right: 12px;
}
.gerenzhongxin section.aixin-top .left span {
  font-size: 14px;
  color: #2d3136;
  line-height: 50px;
  margin-right: 10px;
  display: block;
  float: left;
}
.gerenzhongxin section.aixin-top .left span.num {
  font-size: 28px;
  font-weight: 600;
  color: #b17948;
  line-height: 50px;
  display: block;
  float: left;
}
.gerenzhongxin section.aixin-top .right {
  height: 50px;
  position: absolute;
  top: 0;
  right: 30px;
}
.gerenzhongxin section.aixin-top .right a {
  font-size: 14px;
  color: #2d3136;
  line-height: 50px;
  cursor: pointer;
}
.gerenzhongxin section.exchange {
  position: relative;
}
.gerenzhongxin section .exchange-btn {
  width: 100px;
  height: 34px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #b17948;
  box-sizing: border-box;
  font-size: 14px;
  color: #b17948;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}
.gerenzhongxin section .change-exchange-btn {
  width: 100px;
  height: 34px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #b17948;
  box-sizing: border-box;
  font-size: 14px;
  color: #b17948;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 25px;
  right: 150px;
  cursor: pointer;
}
.gerenzhongxin section .good-list {
  margin-top: 35px;
  margin-left: -11px;
  margin-right: -11px;
  overflow: hidden;
  min-height: 200px;
}
.gerenzhongxin section .good-list .no-data {
  margin-top: 80px;
}
.gerenzhongxin section .good-list .item {
  width: 25%;
  height: 170px;
  padding-left: 11px;
  padding-right: 11px;
  float: left;
  margin-bottom: 30px;
}
.gerenzhongxin section .good-list .item .con {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.gerenzhongxin section .good-list .item .thumb {
  height: 100px;
  background: #ffffff;
  position: relative;
}
.gerenzhongxin section .good-list .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gerenzhongxin section .good-list .item .thumb .thumb-mask {
  width: 100%;
  height: 100px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 100px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.gerenzhongxin section .good-list .item .info {
  height: 70px;
  padding: 10px;
  /* padding-right: 58px; */
  position: relative;
}
.gerenzhongxin section .good-list .item .info h6 {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  height: 20px;
  /* overflow: hidden; */
}
.gerenzhongxin section .good-list .item .info span {
  display: block;
  height: 25px;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
}
.gerenzhongxin section .good-list .item .info .info-row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gerenzhongxin section .good-list .item .info span em {
  font-size: 18px;
  font-weight: 600;
  color: #b17948;
  line-height: 25px;
  margin-right: 3px;
}
.gerenzhongxin section .good-list .item .info .info-btn {
  width: 48px;
  height: 24px;
  background: #f9f9f9;
  border-radius: 2px;
  border: 1px solid #b17948;
  font-size: 14px;
  color: #b17948;
  line-height: 24px;
  text-align: center;
  /* position: absolute; */
  /* top: 23px; */
  /* right: 10px; */
  cursor: pointer;
}
.gerenzhongxin section .good-list .item.out-stock .thumb .thumb-mask {
  display: block;
}
.gerenzhongxin section .good-list .item.out-stock .info-btn {
  border: 1px solid #e1e1e1;
  color: #999999;
}
.gerenzhongxin section .more-btn {
  display: block;
  width: 100px;
  height: 34px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #b17948;
  font-size: 14px;
  color: #b17948;
  line-height: 34px;
  padding-left: 11px;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.gerenzhongxin section .more-btn i {
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 10px;
  right: 11px;
  transform: rotate(90deg);
}
.gerenzhongxin section .more-btn.up {
  width: 76px;
}
.gerenzhongxin section .more-btn.up i {
  position: absolute;
  top: 2px;
  right: 11px;
  transform: rotate(270deg);
}
.gerenzhongxin section.rule .top {
  height: 28px;
  font-size: 14px;
  color: #b17948;
  text-align: center;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 35px;
  font-weight: 600;
}
.gerenzhongxin section.rule .bottom {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.gerenzhongxin section.rule .bottom .item {
  width: 50%;
  height: auto;
  overflow: hidden;
  min-height: 226px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.gerenzhongxin section.rule .bottom .item .con {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 288px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 32px;
  padding-right: 18px;
  padding-right: 10px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #f1f1f1;
}
.gerenzhongxin section.rule .bottom .item h4 {
  height: 20px;
}
.gerenzhongxin section.rule .bottom .item h4 img {
  width: 16px;
  height: 13.5px;
  margin-right: 5px;
  display: block;
  float: left;
}
.gerenzhongxin section.rule .bottom .item h4 span {
  font-size: 14px;
  color: #b17948;
  line-height: 20px;
  display: block;
  float: left;
}
.gerenzhongxin section.rule .bottom .item h4 span.on {
  color: #b17948;
}
.gerenzhongxin section.rule .bottom .item .con2 h4 {
  height: 40px;
}
.gerenzhongxin section.rule .bottom .item .cont {
  padding-left: 21px;
  margin-top: 15px;
}
.gerenzhongxin section.rule .bottom .item .cont:last-child {
  padding-left: 10px;
}
.gerenzhongxin section.rule .bottom .item .cont p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.gerenzhongxin section.details {
  position: relative;
}
.gerenzhongxin section.details .btn {
  height: 22px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  position: absolute;
  top: 31px;
  right: 30px;
}
.gerenzhongxin section.details .btn img {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-top: 3px;
  margin-right: 4px;
}
.gerenzhongxin section.aixinzhidetails .table .item {
  width: 20%;
}
.gerenzhongxin section.aixinzhidetails .table .item:nth-child(1) {
  width: 10%;
  padding-left: 10px;
}
.gerenzhongxin section.aixinzhidetails .table .item:nth-child(2) {
  width: 30%;
}
.gerenzhongxin section.exchangerecords .table .item {
  width: 14%;
}
.gerenzhongxin section.exchangerecords .table .item:nth-child(1) {
  width: 10%;
  padding-left: 10px;
}
.gerenzhongxin section.exchangerecords .table .item:nth-child(2) {
  width: 20%;
}
.gerenzhongxin .am-pagination > .am-active > a,
.gerenzhongxin .am-pagination > .am-active > span,
.gerenzhongxin .am-pagination > .am-active > a:hover,
.gerenzhongxin .am-pagination > .am-active > span:hover,
.gerenzhongxin .am-pagination > .am-active > a:focus,
.gerenzhongxin .am-pagination > .am-active > span:focus {
  border-color: #b17948;
  background: #b17948;
}
.gerenzhongxin .am-breadcrumb .am-active {
  color: #b17948;
}
.gerenzhongxin .together {
  margin-top: 36px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.gerenzhongxin .together .am-together {
  width: 31%;
}
.gerenzhongxin .together .am-together1 {
  width: 48.6%;
}

.model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
.model.img-model .model-con {
  padding: 0;
  width: 960px;
  height: 680px;
  margin-top: -340px;
  margin-left: -480px;
}
.model.img-model .close,
.model.img-model .full-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 14px;
  right: 34px;
  cursor: pointer;
  z-index: 1;
}
.model.img-model .full-icon {
  right: 56px;
  display: none;
}
.model.img-model .cert-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.model.img-model.full-screen .model-con {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.model .model-con {
  width: 800px;
  padding: 30px;
  height: 555px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -400px;
  background: #ffffff;
}
.model .model-header {
  height: 42px;
  text-align: center;
  position: relative;
}
.model .model-header span {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 22px;
}
.model .model-header .close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
}
.model .model-body {
  height: auto;
  overflow: hidden;
  height: 395px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model .model-body .tips-top {
  width: 740px;
  height: 28px;
  background: #f9f9f9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.model .model-body .tips-top img {
  width: 12px;
  height: 12px;
}
.model .model-body .tips-top span {
  font-size: 12px;
  color: #d71518;
  line-height: 28px;
}
.model .model-footer {
  height: 56px;
  overflow: hidden;
  position: relative;
}
.model .model-footer-con {
  height: 36px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.model .model-footer-con .btn {
  float: left;
  width: 72px;
  height: 36px;
  background: #d71518;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.model .model-footer-con .btn.type2 {
  background: #ffffff;
  border: 1px solid #d71518;
  color: #d71518;
}
.model .form {
  height: auto;
  overflow: hidden;
}
.model .form-input {
  margin-bottom: 20px;
}
.model .form-input .err {
  margin-left: 98px;
}
.model .form-input .tips2 {
  margin-left: 98px;
  height: 22px;
  background: #f9f9f9;
  margin-top: 5px;
  line-height: 22px;
  display: inline-block;
  padding: 0 10px;
}
.model .form-input .tips2 img {
  width: 12px;
  height: 12px;
}
.model .form-input .tips2 span {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
.model .form-input-item {
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding-left: 98px;
  position: relative;
}
.model .form-input-item label {
  width: 78px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.model .form-input-item input {
  float: left;
  width: 200px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
}
.model .form-input-item .val {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.model .form-input-item span {
  float: left;
  font-size: 14px;
  color: #d71518;
  margin-left: 30px;
  cursor: pointer;
}
.model .form-input-address .right {
  float: left;
  width: 620px;
}
.model .form-input-address .select-list {
  height: auto;
  overflow: hidden;
}
.model .form-input-address .select-list .f_select {
  width: 200px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  position: relative;
}
.model .form-input-address .select-list .f_select:nth-child(3) {
  margin-right: 0;
}
.model .form-input-address .select-list .f_select .note {
  width: 200px;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.model .form-input-address .select-list .f_select .note img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.model .form-input-address .select-list .f_select .note span {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.model .form-input-address .select-list .f_select .note span.on {
  color: #333;
}
.model .form-input-address .select-list .f_select .f_xl {
  position: fixed;
  width: 200px;
  border: solid 1px #dedede;
  border-radius: 4px;
  box-sizing: content-box;
  background: #fff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 999;
}
.model .form-input-address .select-list .f_select .f_xl li {
  cursor: pointer;
  line-height: 36px;
  padding-left: 12px;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.model .form-input-address .select-list .f_select .f_xl li:hover,
.model .form-input-address .select-list .f_select .f_xl li.on {
  background: #8aadde;
  color: #fff;
}
.model textarea {
  width: 100%;
  height: 80px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  box-sizing: border-box;
}
.model.recipient-info ul {
  width: 350px;
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}
.model.recipient-info ul li {
  min-height: 40px;
  background: #f9f9f9;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 10px 20px 10px 152px;
  position: relative;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.model.recipient-info ul li .label {
  height: 20px;
  position: absolute;
  top: 10px;
  left: 30px;
  padding-left: 22px;
}
.model.recipient-info ul li .label .icon {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.model.recipient-info ul li .val {
  font-weight: 500;
  text-align: right;
}
.model.recipient-info ul li:nth-child(1) .icon {
  width: 11px;
  height: 12px;
  left: 2px;
}
.model.recipient-info ul li:nth-child(2) .icon {
  width: 17px;
  height: 11px;
}
.model.recipient-info ul li:nth-child(3) .icon {
  width: 14px;
  height: 12px;
  left: 2px;
}
.model.exchange-info .form-input .err {
  margin-left: 98px;
}
.model.exchange-info .form-input-item {
  padding-left: 98px;
}
.model.exchange-info .form-input-address .err {
  margin-left: 0;
}
.model.edit .form {
  margin-top: 30px;
}
.model.edit .form-input .err {
  margin-left: 238px;
}
.model.edit .form-input .tips2 {
  margin-left: 238px;
}
.model.edit .form-input-item {
  padding-left: 238px;
}
.model.edit .form-input-item label {
  font-weight: 400;
  left: 148px;
}
.model.edit .get-code {
  float: left;
  width: 108px;
  height: 40px;
  margin-left: 10px;
  cursor: pointer;
}
.model.edit .after {
  float: left;
}
.model.edit .after .get-dxcode {
  float: left;
  font-size: 14px;
  color: #b17948;
  line-height: 40px;
  margin-left: 20px;
  margin-right: 30px;
  text-decoration: underline;
  cursor: pointer;
}
.model.edit .after .get-dxcode.disabled {
  color: #999;
  cursor: no-drop;
}
.model.edit .after .text {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  display: none;
}
.model.edit .after .text em {
  color: #b17948;
}
.model.revise-plan .form {
  width: 492px;
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
}
.model.revise-plan .form .form-input-item {
  height: auto;
  overflow: hidden;
}
.model.revise-plan .form .form-input {
  min-height: 40px;
  position: relative;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
}
.model.revise-plan .form .form-input .label {
  height: 40px;
  position: absolute;
  top: 0;
  left: 28px;
}
.model.revise-plan .form .form-input .cont {
  height: auto;
  overflow: hidden;
}
.model.revise-plan .form .form-input .name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
}
.model.revise-plan .form .form-input .tabs {
  margin-left: -10px;
  margin-right: -10px;
}
.model.revise-plan .form .form-input .tabs .item {
  float: left;
  width: 116px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #979797;
  margin: 10px;
  margin-top: 0;
  font-size: 14px;
  color: #333333;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.model.revise-plan .form .form-input .tabs .item span {
  float: none;
  font-size: inherit;
  color: inherit;
  margin-left: 0;
}
.model.revise-plan .form .form-input .tabs .item.on {
  border: 1px solid #b17948;
  color: #b17948;
}
.model.revise-plan .form .form-input .tabs .item.item2 {
  width: 270px;
}
.model.revise-plan .form .form-input .tabs .item.item2 input {
  width: 80px;
  height: 38px;
  font-size: 14px;
  color: #333333;
  line-height: 38px;
  background-color: transparent;
  vertical-align: unset;
  border: 0;
  padding: 0;
  float: none;
}
.model.revise-plan .model-footer {
  position: relative;
}
.model.revise-plan .stop-btn {
  height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #757982;
  line-height: 22px;
  position: absolute;
  top: 27px;
  left: 0;
  text-decoration: underline;
  cursor: pointer;
}
.model.invoice .con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.model.invoice .con.con2 {
  display: none;
}
.model.invoice .form-input .err {
  margin-left: 282px;
}
.model.invoice .form-input .tips2 {
  margin-left: 282px;
}
.model.invoice .form-input-item {
  padding-left: 282px;
}
.model.invoice .form-input-item label {
  font-weight: 400;
  left: 184px;
}
.model.invoice .tabs {
  margin-left: -10px;
  margin-right: -10px;
}
.model.invoice .tabs .item {
  float: left;
  width: 116px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #979797;
  margin: 10px;
  margin-top: 0;
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.model.invoice .tabs .item.on {
  border: 1px solid #d71518;
  color: #d71518;
}
.model.invoice .tabs .item.item2 {
  width: 270px;
}
.model.invoice .tabs .item.item2 input {
  width: 80px;
  height: 38px;
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  background-color: transparent;
  vertical-align: unset;
}
.model.accord .model-body {
  padding: 20px 0;
}
.model.accord .model-body p {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-indent: 2em;
}
.model.accord .model-footer-con .btn {
  width: 126px;
}
.model.accord .model-footer-con .btn.disabled {
  width: 168px;
  cursor: not-allowed;
  background: rgba(177, 121, 72, 0.6);
}
.model .model-body .tips-top span {
  color: #b17948;
  line-height: 18px;
}
.model .model-footer {
  height: 56px;
  overflow: hidden;
  position: relative;
}
.model .model-footer-con .btn {
  background: #b17948;
}
.model .model-footer-con .btn.type2 {
  background: #ffffff;
  border: 1px solid #b17948;
  color: #b17948;
}
.model .form-input-item span {
  color: #b17948;
}
.model.edit .after .get-dxcode {
  color: #b17948;
}
.model.edit .after .text em {
  color: #b17948;
}
.model.revise-plan ul li .tabs .item.on {
  border: 1px solid #b17948;
  color: #b17948;
}
.model.revise-plan .line-btn {
  color: #b17948;
}
.model.invoice .tabs .item.on {
  border: 1px solid #b17948;
  color: #b17948;
}
.model .model-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.model .model-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(177, 121, 72, 0.8);
  background: rgba(177, 121, 72, 0.8);
}
.model .model-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(177, 121, 72, 0.2);
  border-radius: 0;
  background: rgba(177, 121, 72, 0.1);
}
.stop-plan {
  display: none;
}
.alert,
.tip_360,
.stop-plan {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.5)
}
.alert .alert-con,
.tip_360 .alert-con,
.stop-plan .alert-con {
  width: 360px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -113px;
  margin-left: -180px;
  padding: 20px 0;
}
.alert .close,
.tip_360 .close,
.stop-plan .close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.alert i,
.tip_360 i,
.stop-plan i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  background: url("../img/new/tk_1.png");
  background-size: 100% 100%;
}
.alert.success i,
.tip_360.success i,
.stop-plan.success i {
  background: url("../img/new/tk_1.png");
  background-size: 100% 100%;
}
.alert.error i,
.tip_360.error i,
.stop-plan.error i {
  background: url("../img/new/tk_2.png");
  background-size: 100% 100%;
}
.alert.type2.success i,
.tip_360.type2.success i,
.stop-plan.type2.success i {
  background: url("../img/new/tkj_1.png");
  background-size: 100% 100%;
}
.alert.type2.error i,
.tip_360.type2.error i,
.stop-plan.type2.error i {
  background: url("../img/new/tkj_2.png");
  background-size: 100% 100%;
}
.alert h6,
.tip_360 h6,
.stop-plan h6 {
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  text-align: center;
  line-height: 20px;
}
.alert .text,
.tip_360 .text,
.stop-plan .text {
  width: 340px;
  min-height: 40px;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  color: #222222;
  text-align: center;
  line-height: 20px;
  margin: 20px auto;
}
.alert .bottom,
.tip_360 .bottom,
.stop-plan .bottom {
  padding: 0 66px;
  height: 36px;
  position: relative;
}
.alert .bottom .btn,
.tip_360 .bottom .btn,
.stop-plan .bottom .btn {
  float: left;
  width: 94px;
  height: 36px;
  background: #52c41a;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.alert .bottom .btn.type2,
.tip_360 .bottom .btn.type2,
.stop-plan .bottom .btn.type2 {
  background: #ffffff;
  border: 1px solid #52c41a;
  color: #52c41a;
}
.alert .bottom .ok-btn,
.tip_360 .bottom .ok-btn,
.stop-plan .bottom .ok-btn {
  float: none;
  margin: 0 auto;
}
.alert.error .bottom .ok-btn,
.tip_360.error .bottom .ok-btn,
.stop-plan.error .bottom .ok-btn {
  background: #d71518;
}
.alert.error .bottom .btn,
.tip_360.error .bottom .btn,
.stop-plan.error .bottom .btn {
  background: #b17948;
}
.alert.error .bottom .btn.type2,
.tip_360.error .bottom .btn.type2,
.stop-plan.error .bottom .btn.type2 {
  background: #ffffff;
  border: 1px solid #b17948;
  color: #b17948;
}
.alert.type2 .bottom .ok-btn,
.tip_360.type2 .bottom .ok-btn,
.stop-plan.type2 .bottom .ok-btn {
  background: #b17948;
}
.alert.type2 .bottom .btn,
.tip_360.type2 .bottom .btn,
.stop-plan.type2 .bottom .btn {
  background: #b17948;
}
.alert.type2 .bottom .btn.type2,
.tip_360.type2 .bottom .btn.type2,
.stop-plan.type2 .bottom .btn.type2 {
  background: #ffffff;
  border: 1px solid #b17948;
  color: #b17948;
}
.alert.track-number,
.tip_360.track-number,
.stop-plan.track-number {
  display: none;
}
.alert.track-number .text,
.tip_360.track-number .text,
.stop-plan.track-number .text {
  position: relative;
}
.alert.track-number .copy-btn,
.tip_360.track-number .copy-btn,
.stop-plan.track-number .copy-btn {
  color: #999999;
  margin-left: 8px;
  cursor: pointer;
  position: absolute;
}
.alert.track-number .copy-btn.success,
.tip_360.track-number .copy-btn.success,
.stop-plan.track-number .copy-btn.success {
  cursor: text;
  color: #52c41a;
}
.woyaojuanzeng .am-breadcrumb {
  margin-bottom: 0;
}
.woyaojuanzeng .wyjz-section:first-child {
  margin-top: 0;
}
.woyaojuanzeng .item {
  display: block;
}
.woyaojuanzeng .wyjz-con {
  height: auto;
  overflow: hidden;
  min-height: 520px;
}
.woyaojuanzeng .wyjz-section {
  height: auto;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 30px;
  margin-top: 20px;
  background: #fff;
}
.woyaojuanzeng .wyjz-section-t {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 20px;
  position: relative;
}
.woyaojuanzeng .wyjz-section-t:after {
  content: " ";
  width: 5px;
  height: 16px;
  background: #d71518;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -9px;
}
.woyaojuanzeng .icon-btn {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 20px;
  right: 30px;
  background: url("../img/new/share_1.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.woyaojuanzeng .icon-btn.on {
  background: url("../img/new/share_2.png");
  background-size: 100% 100%;
}
.woyaojuanzeng .donate-info p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
}
.woyaojuanzeng .section {
  height: auto;
  overflow: hidden;
  margin-bottom: 60px;
}
.woyaojuanzeng .section1 {
  padding-right: 420px;
  position: relative;
}
.woyaojuanzeng .section1 .thumb {
  width: 100%;
  height: 435px;
  position: relative;
}
.woyaojuanzeng .section1 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woyaojuanzeng .section1 .info {
  width: 420px;
  height: 435px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  padding-right: 0;
}
.woyaojuanzeng .section1 .info h4 {
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
.woyaojuanzeng .section1 .info .cont {
  height: 216px;
  overflow: hidden;
  margin-top: 18px;
  margin-bottom: 67px;
  text-align: justify;
  color: #333333;
}
.woyaojuanzeng .section1 .info .cont p {
  font-size: 14px;
  line-height: 24px;
}
.woyaojuanzeng .section1 .btn-list {
  height: 46px;
}
.woyaojuanzeng .section1 .btn-list .btn {
  width: 149px;
  height: 46px;
  background: #d71518;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  float: left;
  line-height: 46px;
}
.woyaojuanzeng .section1 .btn-list .btn img {
  width: 30px;
  height: 25px;
  margin-right: 5px;
}
.woyaojuanzeng .section1 .btn-list .btn:last-child img {
  width: 34px;
  height: 20px;
}
.woyaojuanzeng .section1 .btn-list .btn:first-child {
  margin-left: 36px;
  margin-right: 20px;
}
.woyaojuanzeng .section2 {
  height: 385px;
}
.woyaojuanzeng .section2 .item {
  width: 25%;
  height: 100%;
  position: relative;
  float: left;
  cursor: pointer;
}
.woyaojuanzeng .section2 .item:hover .mask {
  display: block;
}
.woyaojuanzeng .section2 .item:hover .icon-btn {
  background: url("../img/new/share_2.png");
  background-size: 100% 100%;
}
.woyaojuanzeng .section2 .item:hover h3 {
  display: none;
}
.woyaojuanzeng .section2 .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woyaojuanzeng .section2 .icon-btn {
  z-index: 2;
}
.woyaojuanzeng .section2 h3 {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
.woyaojuanzeng .section2 .mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(215, 21, 24, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.woyaojuanzeng .section2 .mask h4 {
  height: 33px;
  margin: 74px auto 17px;
  font-size: 16px;
  color: #fff;
  line-height: 33px;
  text-align: center;
}
.woyaojuanzeng .section2 .mask .con {
  padding: 0 30px;
  height: 140px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
}
.woyaojuanzeng .section2 .mask .btn-list {
  position: absolute;
  left: 0;
  bottom: 0;
}
.woyaojuanzeng .section2 .mask .btn-list .btn {
  font-size: 16px;
}
.woyaojuanzeng .section2 .btn-list,
.woyaojuanzeng .section3 .btn-list {
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.woyaojuanzeng .section2 .btn-list .btn,
.woyaojuanzeng .section3 .btn-list .btn {
  font-size: 16px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  float: left;
  height: 70px;
  width: 100%;
  float: none;
}
.woyaojuanzeng .section2 .btn-list .btn img,
.woyaojuanzeng .section3 .btn-list .btn img {
  width: 30px;
  height: 25px;
  margin-right: 5px;
}
.woyaojuanzeng .section2 .btn-list .btn:last-child img,
.woyaojuanzeng .section3 .btn-list .btn:last-child img {
  width: 34px;
  height: 20px;
}
.woyaojuanzeng .section2 .btn-list .btn:last-child,
.woyaojuanzeng .section3 .btn-list .btn:last-child {
  position: relative;
}
.woyaojuanzeng .section2 .btn-list .btn:last-child::before,
.woyaojuanzeng .section3 .btn-list .btn:last-child::before {
  width: 1px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.woyaojuanzeng .section2 .btn-list {
  height: 60px;
}
.woyaojuanzeng .section2 .btn-list .btn {
  line-height: 60px;
  height: 60px;
}
.woyaojuanzeng .section3 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -10px;
  padding-bottom: 50px;
  position: relative;
}
.woyaojuanzeng .section3 .content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.woyaojuanzeng .section3 .con-more {
  display: none;
  margin-bottom: -75px;
}
.woyaojuanzeng .section3 .item {
  width: 50%;
  float: left;
  height: auto;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 75px;
  position: relative;
}
.woyaojuanzeng .section3 .item a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.woyaojuanzeng .section3 .thumb {
  width: 100%;
  height: 320px;
  object-fit: cover;
  cursor: pointer;
}
.woyaojuanzeng .section3 .icon-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.woyaojuanzeng .section3 h3 {
  height: 25px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 25px;
  margin: 20px 0 10px;
}
.woyaojuanzeng .section3 .con {
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
}
.woyaojuanzeng .section3 .btn-list {
  width: 280px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: -140px;
}
.woyaojuanzeng .section3 .btn-list .btn {
  height: 50px;
  line-height: 50px;
}
.woyaojuanzeng .section3 .more-btn {
  width: 100%;
  height: 44px;
  background: rgba(215, 21, 24, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
}
.woyaojuanzeng .section3 .more-btn-con span {
  display: block;
  width: 78px;
  height: 44px;
  font-size: 14px;
  color: #d71518;
  line-height: 44px;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.woyaojuanzeng .section3 .more-btn-con span i {
  font-size: 16px;
  line-height: 44px;
  position: absolute;
  top: 4px;
  right: 0px;
  transform: rotate(90deg);
}
.woyaojuanzeng .section4,
.non-directed .section4 {
  margin-bottom: -10px;
}
.woyaojuanzeng .section4 .left,
.non-directed .section4 .left {
  width: 147px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}
.woyaojuanzeng .section4 .left ul,
.non-directed .section4 .left ul {
  height: auto;
  overflow: hidden;
}
.woyaojuanzeng .section4 .left ul li,
.non-directed .section4 .left ul li {
  height: 88px;
  font-size: 16px;
  color: #999999;
  line-height: 88px;
  border-top: 1px solid #f1f1f1;
  cursor: pointer;
}
.woyaojuanzeng .section4 .left ul li:hover,
.non-directed .section4 .left ul li:hover {
  font-weight: 600;
  color: #d71518;
}
.woyaojuanzeng .section4 .left ul li.on,
.non-directed .section4 .left ul li.on {
  font-weight: 600;
  color: #d71518;
}
.woyaojuanzeng .section4 .right,
.non-directed .section4 .right {
  display: none;
  float: left;
  width: calc(100% - 187px);
  height: auto;
  overflow: hidden;
}
.woyaojuanzeng .section4 .right.on,
.non-directed .section4 .right.on {
  display: block;
}
.woyaojuanzeng .section4 .right > span,
.non-directed .section4 .right > span {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 15px;
  display: block;
}
.woyaojuanzeng .section4 .right .con,
.non-directed .section4 .right .con {
  padding: 18px 12px;
  border: 1px solid #f1f1f1;
}
.woyaojuanzeng .section4 .right .con p,
.non-directed .section4 .right .con p {
  font-size: 14px !important;
  margin: 0 0 1.6rem 0;
}
.woyaojuanzeng .section4 .right.right1,
.non-directed .section4 .right.right1 {
  border: 1px solid #f1f1f1;
}
.woyaojuanzeng .section4 .right.right1 .con,
.non-directed .section4 .right.right1 .con {
  width: 751px;
  height: 230px;
  margin: 49px auto 48px;
  padding: 0;
  border: 0;
}
.woyaojuanzeng .section4 .right.right1 .qrcode-item,
.non-directed .section4 .right.right1 .qrcode-item {
  float: left;
  width: 190px;
  height: auto;
  overflow: hidden;
  margin-right: 90px;
}
.woyaojuanzeng .section4 .right.right1 .qrcode-item:last-child,
.non-directed .section4 .right.right1 .qrcode-item:last-child {
  margin-right: 0;
}
.woyaojuanzeng .section4 .right.right1 .qrcode-item .img,
.non-directed .section4 .right.right1 .qrcode-item .img {
  width: 190px;
  height: 190px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 10px;
  position: relative;
}
.woyaojuanzeng .section4 .right.right1 .qrcode-item .img::after,
.non-directed .section4 .right.right1 .qrcode-item .img::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #d71518;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.woyaojuanzeng .section4 .right.right1 .qrcode-item .img img,
.non-directed .section4 .right.right1 .qrcode-item .img img {
  width: 100%;
  height: 100%;
}
.woyaojuanzeng .section4 .right.right1 .qrcode-item h6,
.non-directed .section4 .right.right1 .qrcode-item h6 {
  height: 22px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 22px;
  margin-top: 14px;
}
.project-url {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 84px;
}
.project-url h3 {
  height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 26px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.project-url .qrcode {
  width: 224px;
  height: 224px;
  padding: 10px;
  margin: auto;
}
.project-url .qrcode img {
  width: 100%;
  height: 100%;
}
.project-url .url {
  height: 14px;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 15px;
}
.project-url .url span {
  margin-left: 10px;
  font-size: 12px;
}
.project-url .bottom {
  position: relative;
}
.project-url .btn {
  width: 120px;
  height: 36px;
  background: #d71518;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin: auto;
}
.project-url .tips {
  width: 100px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 80px;
  color: #52c41a;
}
.pay-page {
  background: #fff;
}
.pay-page .pay-con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 50px;
}
.pay-page h3 {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 16px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.pay-page .tag {
  height: 16px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 16px;
}
.pay-page .form {
  width: 482px;
  height: auto;
  overflow: hidden;
  margin: 28px auto 20px;
}
.pay-page .form-input {
  margin-bottom: 30px;
}
.pay-page .form-input .err {
  margin-left: 82px;
}
.pay-page .form-input .tips2 {
  margin-left: 82px;
  height: 14px;
  margin-top: 10px;
  line-height: 14px;
  display: inline-block;
  font-size: 12px;
  color: #c6c6c6;
}
.pay-page .form-input-item {
  vertical-align: middle;
  height: auto;
  overflow: hidden;
  min-height: 40px;
  line-height: 40px;
  background: #ffffff;
  padding-left: 82px;
  position: relative;
}
.pay-page .form-input-item label {
  width: 82px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.pay-page .form-input-item .input {
  float: left;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding-left: 47px;
  padding-right: 15px;
  position: relative;
}
.pay-page .form-input-item .input .input-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.pay-page .form-input-item .input input {
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  display: block;
}
.pay-page .form-input:nth-child(4) .form-input-item .input .input-icon {
  width: 16px;
  height: 13px;
}
.pay-page .tabs {
  height: auto;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.pay-page .tabs .item {
  float: left;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  margin: 10px;
  margin-top: 0;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.pay-page .tabs .item.on {
  border: 1px solid #d71518;
  color: #d71518;
}
.pay-page .tabs .item.item2 {
  width: 284px;
}
.pay-page .tabs .item.item2 input {
  width: 80px;
  height: 38px;
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  background-color: transparent;
  vertical-align: unset;
}
.pay-page .form-input-money .tabs span {
  display: none;
}
.pay-page .form-input-money.long-term .tabs span {
  display: inline;
}
.pay-page .pay-tabs {
  height: auto;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
.pay-page .pay-tabs .item {
  width: 130px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding-left: 52px;
  position: relative;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.pay-page .pay-tabs .item.on {
  border: 1px solid #d71518;
}
.pay-page .pay-tabs .item img {
  width: 23px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.pay-page .pay-tabs .item:nth-child(2) img {
  width: 22px;
  height: 22px;
}
.pay-page .qrcodeiframe-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.pay-page .qrcode {
  width: 247px;
  height: 283px;
  border: 1px solid #ebebeb;
  position: relative;
  margin-left: 43px;
  padding-bottom: 36px;
  display: none;
  margin-top: 37px;
}
.pay-page .qrcode #searchLoading {
  width: 100%;
  height: 245px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  padding-top: 60px;
  z-index: 999;
}
.pay-page .qrcode .img {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}
.pay-page .qrcode .img img {
  width: 100%;
  height: 100%;
}
.pay-page .qrcode #qrcodeiframe {
  /* width: 300px;
            height: 600px;
            position: absolute;
            top: -10px;
            left: -50px; */
  width: 225px;
  height: 225px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.pay-page .qrcode .info {
  width: 100%;
  height: 36px;
  background: #43c93e;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pay-page .qrcode .info span {
  float: left;
  display: block;
}
.pay-page .qrcode .info .text1 {
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-left: 20px;
  margin-right: 12px;
}
.pay-page .qrcode .info .text2 {
  font-size: 12px;
  color: #ffffff;
  line-height: 36px;
}
.pay-page .qrcode.zfb .info {
  background: #00a0ea;
}
.pay-page .qrcode.zfb .text1 {
  margin-left: 14px;
  margin-right: 8px;
}
.pay-page .bottom-list .btn {
  width: 120px;
  height: 36px;
  background: #d71518;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin: auto;
}
.pay-result {
  background: #fff;
}
.pay-result .top {
  height: 74px;
  background: #fff3f1;
  margin-top: 100px;
  padding: 0 20px;
}
.pay-result .top img {
  width: 26px;
  height: 24px;
  margin-top: 26px;
  margin-right: 17px;
  float: left;
}
.pay-result .top span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  line-height: 74px;
}
.pay-result .pay-result-con {
  width: 884px;
  height: auto;
  overflow: hidden;
  margin: auto;
  margin-top: 56px;
  margin-bottom: 80px;
  line-height: 30px;
}
.pay-result .pay-result-con p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.pay-result .pay-result-con p span {
  color: #d71518;
}
.pay-result .pay-result-con p .font_24 {
  font-size: 24px;
  margin: 0 5px;
  line-height: 40px;
}
.pay-result .pay-result-con .wxcode {
  width: 238px;
  height: 238px;
  border: 1px solid #ebebeb;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 3px;
  /*padding: 8px;*/
  position: relative;
}
.pay-result .pay-result-con .wxcode .code {
  /*width: 222px;
  height: 222px;*/
  width: 100%;
  height: 100%;
}
.pay-result .pay-result-con .wxcode .wxtag {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pay-result .bottom-list {
  width: 480px;
  height: 40px;
  margin: auto;
  margin-bottom: 132px;
  display: none;
}
.pay-result .bottom-list .btn {
  float: left;
  width: 120px;
  height: 40px;
  background: #d71518;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.pay-result .bottom-list .btn.type2 {
  color: #333;
  background: #ffffff;
  border: 1px solid #bfbfbf;
}
.model-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.model-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(215, 21, 24, 0.8);
  background: rgba(215, 21, 24, 0.8);
}
.model-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(215, 21, 24, 0.2);
  border-radius: 0;
  background: rgba(215, 21, 24, 0.1);
}
.sp {
  width: 32px;
  height: 32px;
  clear: both;
  margin: 20px auto;
}
.sp-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
  animation: spCircRot 0.6s infinite linear;
}
@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.prompt-list {
  position: relative;
}
.prompt_xl {
  position: absolute;
  width: 200px;
  border: solid 1px #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  max-height: 140px;
  overflow-x: hidden;
  overflow-y: auto;
  top: 40px;
  left: 80px;
}
.prompt_xl li {
  cursor: pointer;
  line-height: 36px;
  padding-left: 25px;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.prompt_xl li:hover,
.prompt_xl li.on {
  background: #8aadde;
  color: #fff;
}
.small-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
}
.small-title div:nth-child(2) {
  width: 32px;
  height: 5px;
  background: #d71518;
}
.woyaochaxun {
  display: flex;
}
.woyaochaxun .chaxun-left {
  width: 210px;
  height: 177px;
  background: hsl(0, 0%, 100%);
  padding: 32px 0 31px;
  cursor: pointer;
}
.woyaochaxun .chaxun-left .chaxun-left-title {
  display: flex;
}
.woyaochaxun .chaxun-left .chaxun-left-title .chaxun-left-img {
  width: 5px;
  height: 22px;
  background: #d71518;
}
.woyaochaxun .chaxun-left .chaxun-left-title .chaxun-left-main {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-left: 25px;
}
.woyaochaxun .chaxun-left .line {
  width: 150px;
  height: 1px;
  background: #f1f1f1;
  margin: 31px auto 32px;
}
.woyaochaxun .chaxun-left .chaxun-left-assistant {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-left: 30px;
}
.woyaochaxun .chaxun-right {
  width: calc(100% - 225px);
  margin-left: 15px;
}
.woyaochaxun .chaxun-right .information {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  padding: 31px 30px 30px;
}
.woyaochaxun .chaxun-right .information .prompt {
  width: 100%;
  min-height: 132px;
  background: #f9f9f9;
  padding: 20px 30px 20px 29px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 30px;
}
.woyaochaxun .chaxun-right .information .prompt div:nth-child(1) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #d71518;
  line-height: 22px;
  margin-bottom: 10px;
}
.woyaochaxun .chaxun-right .information .prompt-main {
  margin-top: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  position: relative;
}
.woyaochaxun .chaxun-right .information .prompt-main .form-input {
  width: 280px;
  margin-bottom: 20px;
}
.woyaochaxun .chaxun-right .information .prompt-main .con {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.woyaochaxun .chaxun-right .information .prompt-main .con.on {
  display: block;
}
.woyaochaxun .chaxun-right .information .prompt-main .form-input-item {
  width: 100%;
  height: 40px;
  padding-left: 80px;
  background: #fff;
  position: relative;
}
.woyaochaxun .chaxun-right .information .prompt-main .form-input-item label {
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.woyaochaxun .chaxun-right .information .prompt-main .form-input-item input {
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
}
.woyaochaxun .chaxun-right .information .prompt-main .form-input-mobile,
.woyaochaxun .chaxun-right .information .prompt-main .form-input-rname {
  position: absolute;
  top: 60px;
  left: 290px;
}
.woyaochaxun .chaxun-right .information .prompt-main .form-input-mobile label,
.woyaochaxun .chaxun-right .information .prompt-main .form-input-rname label {
  padding-right: 10px;
  text-align: right;
}
.woyaochaxun
  .chaxun-right
  .information
  .prompt-main
  .form-input-code
  .get-code {
  width: 108px;
  height: 40px;
  position: absolute;
  top: 9;
  right: -118px;
  cursor: pointer;
}
.woyaochaxun
  .chaxun-right
  .information
  .prompt-main
  .form-input-dxcode
  .get-dxcode {
  width: 116px;
  height: 40px;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: -126px;
  cursor: pointer;
}
.woyaochaxun .chaxun-right .information .prompt-main .err {
  margin-left: 80px;
}
.woyaochaxun .chaxun-right .information .prompt-but {
  width: 72px;
  height: 40px;
  background: #d71518;
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-left: 80px;
  margin-top: 30px;
  cursor: pointer;
}
.woyaochaxun .chaxun-right .result {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 33px;
  position: relative;
}
.woyaochaxun .chaxun-right .result .confirmClaim {
  position: absolute;
  right: 30px;
  top: 21px;
  width: 94px;
  height: 40px;
  background: #d71518;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.woyaochaxun .chaxun-right .result .table {
  margin-top: 30px;
}
.woyaochaxun .chaxun-right .result .table .item {
  width: 13%;
}
.woyaochaxun .chaxun-right .result .table .item:nth-child(1) {
  width: 6%;
  padding-left: 10px;
}
.woyaochaxun .chaxun-right .result .table .item:nth-child(2) {
  width: 30%;
}
.woyaochaxun .chaxun-right .result .table .item:nth-child(4) {
  width: 25%;
}
.woyaochaxun .chaxun-right .result .table .item span {
  display: inline-block;
  width: 68px;
  height: 23px;
  background: rgba(215, 21, 24, 0.05);
  border-radius: 2px;
  border: 1px solid #d71518;
  margin-left: 5px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d71518;
  line-height: 23px;
  text-align: center;
}
.woyaochaxun .chaxun-right .result .table .wait {
  color: #d71518;
}
.woyaochaxun .chaxun-right .result .table .table-row .item:nth-child(4) {
  font-weight: bold;
}
.woyaochaxun-shouzhuqingkuang {
  display: flex;
}
.woyaochaxun-shouzhuqingkuang .chaxun-left {
  width: 210px;
  height: 177px;
  background: hsl(0, 0%, 100%);
  padding: 32px 0 31px;
  cursor: pointer;
}
.woyaochaxun-shouzhuqingkuang .chaxun-left .chaxun-left-title {
  display: flex;
}
.woyaochaxun-shouzhuqingkuang .chaxun-left .chaxun-left-title .chaxun-left-img {
  width: 5px;
  height: 22px;
  background: #d71518;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-left
  .chaxun-left-title
  .chaxun-left-main {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-left: 25px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-left .line {
  width: 150px;
  height: 1px;
  background: #f1f1f1;
  margin: 31px auto 32px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-left .chaxun-left-assistant {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-left: 30px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right {
  width: calc(100% - 225px);
  margin-left: 15px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .information {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 31px 30px 30px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .information .prompt-main {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 30px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input {
  width: 280px;
  margin-bottom: 20px;
  position: relative;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input.required::before {
  content: "*";
  font-size: 14px;
  color: #d71518;
  position: absolute;
  height: 40px;
  top: 0;
  left: -10px;
  line-height: 40px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-type2 {
  width: 510px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-type2
  .form-input-item
  input {
  width: 100%;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-item {
  width: 100%;
  height: 40px;
  padding-left: 80px;
  background: #fff;
  position: relative;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-item
  label {
  width: 80px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-item
  input {
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  width: 200px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-mobile {
  position: absolute;
  top: 60px;
  left: 290px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-mobile
  label {
  padding-right: 10px;
  text-align: right;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-code
  .get-code {
  width: 108px;
  height: 40px;
  position: absolute;
  top: 9;
  right: -118px;
  cursor: pointer;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-dxcode
  .get-dxcode {
  width: 116px;
  height: 40px;
  font-size: 14px;
  color: #333;
  text-align: left;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: -126px;
  cursor: pointer;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address {
  width: 100%;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .right {
  float: left;
  width: calc(100% - 100px);
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list {
  height: auto;
  overflow: hidden;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select {
  width: 200px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  position: relative;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .note {
  width: 200px;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .note
  img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .note
  span {
  color: #999999;
  font-size: 14px;
  margin: 0;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .note
  span.on {
  color: #333;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .f_xl {
  position: fixed;
  width: 200px;
  border: solid 1px #dedede;
  border-radius: 4px;
  box-sizing: content-box;
  background: #fff;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 999;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .f_xl
  li {
  cursor: pointer;
  line-height: 36px;
  padding-left: 12px;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .f_xl
  li:hover,
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .select-list
  .f_select
  .f_xl
  li.on {
  background: #8aadde;
  color: #fff;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .form-input-address
  .form-input-item {
  height: auto;
  overflow: hidden;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row-time {
  width: 430px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row-time
  img {
  width: 16px;
  height: 15px;
  margin-right: 10px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row-time
  span {
  color: #999999;
  margin-right: 10px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row-time
  span.on {
  color: #333;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row-time
  #daterangepicker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 36px;
  cursor: pointer;
  border: none;
  color: #333;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row-time
  #daterangepicker.on {
  color: #333;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .information .prompt-main .err {
  margin-left: 80px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row {
  height: auto;
  overflow: hidden;
  padding-left: 10px;
  margin-left: -10px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row
  .form-input {
  float: left;
  margin-left: 10px;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .information
  .prompt-main
  .prompt-main-row
  .form-input:first-child {
  margin-left: 0;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .information .prompt-but {
  width: 72px;
  height: 40px;
  background: #d71518;
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-left: 80px;
  margin-top: 30px;
  cursor: pointer;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 33px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .main-map {
  width: 100%;
  margin-top: 30px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .main-map img {
  width: 100%;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table {
  margin-top: 30px;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table .item {
  width: 14%;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table .item:nth-child(1) {
  width: 27%;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table .item:nth-child(2) {
  width: 7%;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table .item:nth-child(3) {
  width: 22%;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table .item:nth-child(4) {
  width: 7%;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table .item:nth-child(6) {
  width: 9%;
}
.woyaochaxun-shouzhuqingkuang
  .chaxun-right
  .result
  .table
  .t-body
  .item:nth-child(1) {
  font-weight: bold;
}
.woyaochaxun-shouzhuqingkuang .chaxun-right .result .table .wait {
  color: #d71518;
}
.no-data {
  width: 100%;
  height: 100%;
  position: relative;
}
.no-data span {
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#searchLoading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
}
#searchLoading .loading-con {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -20px;
}
#searchLoading h5 {
  font-size: 14px;
  margin-top: 20px;
}
.pay-page .form .row {
  height: 20px;
  margin: 0;
  font-size: 0;
  line-height: 20px;
}
.pay-page .form .row .row-con {
  height: 20px;
  position: relative;
  display: inline-block;
}
.pay-page .form .row i {
  float: left;
  width: 14px;
  height: 14px;
  background: url("../img/new/checkbox.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  cursor: pointer;
}
.pay-page .form .row i.on {
  background: url("../img/new/checkbox_on.png");
  background-size: 100% 100%;
}
.pay-page .form .row .show-accord {
  font-size: 14px;
  text-decoration: underline;
  color: #d71518;
  line-height: 20px;
  height: 20px;
  display: block;
  padding-left: 20px;
  cursor: pointer;
}
.non-directed .r_detail_l {
  padding: 0;
  background: transparent;
}
.non-directed .section {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 10px;
}
.non-directed .section.top {
  height: 307px;
  background: #f9f9f9;
  position: relative;
}
.non-directed .section.top .thumb {
  width: 430px;
  height: 271px;
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 1;
}
.non-directed .section.top .info {
  width: 462px;
  height: 307px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  padding-left: 87px;
  padding-right: 20px;
}
.non-directed .section.top .info .title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
.non-directed .section.top .info .text {
  text-align: justify;
  margin-top: 30px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
.non-directed .section.top .info .other {
  margin-top: 35px;
}
.non-directed .section.top .info .other p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.non-directed .section.content {
  padding: 30px 20px;
}
.non-directed .section.content p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 20px;
}
.non-directed .section.content p strong {
  color: #b17948;
}
.non-directed .section.content p:last-child {
  margin-bottom: 0;
}
.non-directed .section .count-top {
  padding-top: 28px;
  padding-bottom: 30px;
  overflow: hidden;
}
.non-directed .section .count-top li {
  /*width: 33.33%;*/
  width: 50%;
  height: 62px;
  text-align: center;
  float: left;
}
.non-directed .section .count-top li .val {
  height: 42px;
  font-size: 30px;
  color: #b17948;
  line-height: 42px;
}
.non-directed .section .count-top li span {
  height: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.non-directed .section .count-bottom {
  margin: 0 20px 26px;
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  position: relative;
  max-height: 155px;
  height: auto;
  overflow: hidden;
}
.non-directed .section .count-bottom::after {
  content: "";
  width: 11px;
  height: 125px;
  background: url(../img/new/divider.png);
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -5px;
}
.non-directed .section .count-bottom li {
  width: 50%;
  float: left;
  margin: 4px 0;
}
.non-directed .section .count-bottom li span {
  display: block;
  float: left;
  width: 33.3333%;
  color: #666666;
  font-size: 14px;
  line-height: 17px;
}
.non-directed .section .count-bottom li span:nth-child(1) {
  text-align: left;
}
.non-directed .section .count-bottom li span:nth-child(2) {
  text-align: center;
}
.non-directed .section .count-bottom li span:nth-child(3) {
  text-align: right;
}
.non-directed .section .count-bottom li:nth-child(2n + 1) {
  padding-right: 68px;
}
.non-directed .section .count-bottom li:nth-child(2n) {
  padding-left: 68px;
}
.non-directed .section .count-more {
  width: 100px;
  height: 34px;
  background: #f7f1ec;
  border-radius: 2px;
  border: 1px solid #b17948;
  margin: 0 auto 20px;
}
.non-directed .section .count-more a {
  display: block;
  width: 100px;
  height: 34px;
  font-size: 16px;
  color: #b17948;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
}
.non-directed .section.progress {
  position: relative;
  padding-bottom: 40px;
}
.non-directed .section.progress::before {
  content: "";
  width: 162px;
  height: 4px;
  background: #b17948;
  position: absolute;
  top: 0;
  left: 0;
}
.non-directed .section.progress h3 {
  height: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #2d3136;
  line-height: 22px;
  margin-top: 12px;
  margin-left: 50px;
  margin-bottom: 18px;
}
.non-directed .section .progress-con {
  height: 440px;
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}
.non-directed .section .progress-con .left {
  width: 60px;
  position: absolute;
  top: 20px;
  left: 40px;
  bottom: 0;
}
.non-directed .section .progress-con .left ul {
  height: auto;
}
.non-directed .section .progress-con .left ul li {
  height: 36px;
  position: relative;
  cursor: pointer;
}
.non-directed .section .progress-con .left ul li.active > span,
.non-directed .section .progress-con .left ul li:hover > span {
  color: #b17948;
}
.non-directed
  .section
  .progress-con
  .left
  ul
  li.active
  .scale
  .line:first-child,
.non-directed
  .section
  .progress-con
  .left
  ul
  li:hover
  .scale
  .line:first-child {
  width: 20px;
  background: #b17948;
}
.non-directed
  .section
  .progress-con
  .left
  ul
  li.active
  .scale
  .line:first-child::before,
.non-directed
  .section
  .progress-con
  .left
  ul
  li:hover
  .scale
  .line:first-child::before {
  background: #b17948;
}
.non-directed .section .progress-con .left ul li.other {
  height: 72px;
}
.non-directed .section .progress-con .left ul li.other .scale {
  height: 72px;
}
.non-directed
  .section
  .progress-con
  .left
  ul
  li.other
  .scale
  .line:first-child::before,
.non-directed
  .section
  .progress-con
  .left
  ul
  li.other:hover
  .scale
  .line:first-child::before {
  background: transparent;
}
.non-directed .section .progress-con .left ul li.other .scale .line:first-child,
.non-directed
  .section
  .progress-con
  .left
  ul
  li.other:hover
  .scale
  .line:first-child {
  width: 8px;
  background: #d8d8d8;
}
.non-directed .section .progress-con .left ul li span {
  height: 20px;
  font-size: 14px;
  color: #d8d8d8;
  line-height: 20px;
  padding-left: 21px;
  position: absolute;
  top: -10px;
  left: 0;
  user-select: none;
}
.non-directed .section .progress-con .left ul li .scale {
  width: 20px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -20px;
}
.non-directed .section .progress-con .left ul li .scale .line {
  width: 5px;
  height: 1px;
  background: #d8d8d8;
  margin-bottom: 5px;
}
.non-directed .section .progress-con .left ul li .scale .line2 {
  width: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.non-directed .section .progress-con .left ul li .scale .line2 span {
  width: 100px;
}
.non-directed .section .progress-con .left ul li .scale .line2.on span,
.non-directed .section .progress-con .left ul li .scale .line2:hover span {
  color: #333;
}
.non-directed .section .progress-con .left ul li .scale .line:first-child {
  position: relative;
}
.non-directed
  .section
  .progress-con
  .left
  ul
  li
  .scale
  .line:first-child::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #d8d8d8;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}
.non-directed .section .progress-con .right {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.non-directed .section .progress-con .right .circle__inner {
  display: block;
  height: 380px;
  width: 380px;
  position: absolute;
  top: 10px;
  right: 46px;
  z-index: 1;
  cursor: pointer;
}
.non-directed .section .progress-con .right .circle__list {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.non-directed .section .progress-con .right .circle-svg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.non-directed .section .progress-con .right #mask-circle {
  transition: all 0.5s ease;
  transition-delay: 0.1s;
}
.non-directed .section .progress-con .right .circle-svg--opaque {
  opacity: 0.5;
}
.non-directed .section .progress-con .right .circle-list-item {
  cursor: pointer;
  display: block;
  position: absolute;
}
.non-directed .section .progress-con .right .circle-list-item__point {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  display: block;
  position: absolute;
  background: #b17948;
  border: 1px solid #b17948;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.non-directed
  .section
  .progress-con
  .right
  .circle-list-item:hover
  .circle-list-item__point,
.non-directed
  .section
  .progress-con
  .right
  .circle-list-item.active
  .circle-list-item__point {
  width: 8px;
  height: 8px;
  background: #ffffff;
}
.non-directed .section .progress-con .right .view {
  width: 540px;
  height: 400px;
  margin-left: 77px;
  margin-bottom: 65px;
  user-select: none;
  position: relative;
  padding-left: 250px;
  cursor: pointer;
  overflow: hidden;
}
.non-directed .section .progress-con .right .view .swiper-container {
  overflow: unset;
  overflow-x: hidden;
}
.non-directed .section .progress-con .right .view .swiper-container,
.non-directed .section .progress-con .right .view .swiper-wrapper,
.non-directed .section .progress-con .right .view .swiper-slide {
  width: 100%;
  height: 100%;
}
.non-directed .section .progress-con .right .view .swiper-slide {
  position: relative;
  padding-left: 250px;
  cursor: pointer;
}
.non-directed .section .progress-con .right .view .info {
  width: 230px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.non-directed .section .progress-con .right .view .info .title {
  font-weight: 500;
  font-size: 24px;
  color: #b17948;
  line-height: 33px;
  text-align: justify;
}
.non-directed .section .progress-con .right .view .info .text {
  margin-top: 17px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: justify;
}
.non-directed .section .progress-con .right .view .thumb {
  display: block;
  width: 286px;
  height: 190px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  object-fit: contain;
}
.non-directed
  .section
  .progress-con
  .right
  .view
  .swiper-slide.animation
  .title {
  -webkit-animation: infoOpacity 2.2s ease 0s 1;
  title: infoOpacity 2.2s ease 0s 1;
}
.non-directed
  .section
  .progress-con
  .right
  .view
  .swiper-slide.animation
  .text {
  -webkit-animation: infoOpacity 2.2s ease 0.5s 1;
  title: infoOpacity 2.2s ease 0.5s 1;
}
.non-directed
  .section
  .progress-con
  .right
  .view
  .swiper-slide.animation
  .thumb {
  -webkit-animation: infoOpacity 2.2s ease 1s 1;
  title: infoOpacity 2.2s ease 1s 1;
}
@keyframes infoOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.non-directed .section .progress-con .right .view .btn-more {
  width: 80px;
  height: 22px;
  position: relative;
  padding-right: 22px;
  font-size: 14px;
  font-weight: normal;
  color: #b17948;
  line-height: 22px;
  margin-top: 21px;
}
.non-directed .section .progress-con .right .view .btn-more img {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.non-directed .section .progress-con .right .view .btn-more.on img {
  transform: rotate(270deg);
}
.non-directed .section .progress-con .right .preview {
  margin-left: 65px;
  width: 544px;
  height: 34px;
  position: relative;
  user-select: none;
}
.non-directed .section .progress-con .right .preview .swiper-container {
  width: 544px;
  height: 34px;
}
.non-directed .section .progress-con .right .preview .swiper-slide {
  width: 181px;
  height: 34px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: center;
  line-height: 34px;
  border-left: 1px solid #b5bfca;
  cursor: pointer;
}
.non-directed .section .progress-con .right .preview .swiper-slide:last-child {
  border-right: 1px solid #b5bfca;
}
.non-directed .section .progress-con .right .preview .active-nav {
  color: #333333;
}
.non-directed .section .progress-detail {
  padding: 50px;
  display: none;
  color: #999999;
  font-size: 14px;
  /* text-align: center; */
  padding-top: 0;
  /* margin-top: -40px; */
}
/*.non-directed .section .progress-detail p,
.non-directed .section .progress-detail span {
  text-indent: 2em;
  font-size: 14px !important;
  color: #999999 !important;
  text-align: justify;
}*/
.non-directed .section .progress-detail img {
  max-width: 100%;
}
.non-directed .r_detail_r {
  padding: 0;
  background: transparent;
}
.non-directed .r_detail-top {
  padding: 40px 10px 10px;
  background: #fff;
  height: auto;
  overflow: hidden;
}
.non-directed .r_detail-bottom {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
  padding: 40px 20px;
  background: #fff;
}
.non-directed .r_detail-bottom h3 {
  height: 22px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 40px;
  margin-top: 0;
  font-weight: normal;
  position: relative;
}
.non-directed .r_detail-bottom h3 .more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.non-directed .r_detail-bottom h3 .more-btn a {
  font-size: 14px;
  color: #333;
}
.non-directed .r_detail-bottom h3 .more-btn a img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
  margin-bottom: 4px;
}
.non-directed .r_detail-bottom ul {
  height: auto;
  overflow: hidden;
  border: none;
}
.non-directed .r_detail-bottom ul li {
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  padding: 0;
}
.non-directed .r_detail-bottom ul li a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: justify;
  color: #999;
  font-size: 14px;
  line-height: 20px;
}
.non-directed .r_detail-bottom ul li a .title {
  margin-bottom: 10px;
}
.goods-detail {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #faf8f5;
  position: relative;
  min-height: 810px;
  padding-bottom: 53px;
}
.goods-detail h1,
.goods-detail h2,
.goods-detail h3,
.goods-detail h4,
.goods-detail h5,
.goods-detail h6 {
  font-weight: normal;
}
.goods-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.goods-detail .con {
  width: 750px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.goods-detail .con .header {
  width: 100%;
  margin-bottom: 10px;
}
.goods-detail .con .header img {
  width: 100%;
}
.goods-detail .con .info {
  width: 100%;
  height: auto;
  overflow: hidden;
  /*min-height: 498px;*/
  /*margin: 10px 0;*/
  margin-bottom: 10px;
  background: #f6f1eb;
}
.goods-detail .con .info.out-stock .thumb {
  position: relative;
}
.goods-detail .con .info.out-stock .thumb .thumb-mask {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 390px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.goods-detail .con .info.out-stock .bottom .right .exchange-btn {
  color: #999999;
}
.goods-detail .con .info .title {
  margin: 20px 30px 10px;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: justify;
}
.goods-detail .con .info .thumb {
  width: 710px;
  /*height: 390px;*/
  background: #ffffff;
  /*border-radius: 40px 40px 0px 0px;*/
  margin: auto;
  overflow: hidden;
}
.goods-detail .con .info .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goods-detail .con .info .bottom {
  width: 750px;
  height: 52px;
  background: #b17948;
  padding-left: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}
.goods-detail .con .info .bottom .integral {
  font-size: 12px;
  color: #ffffff;
  display: flex;
}
.goods-detail .con .info .bottom .integral em {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-right: 2px;
}
.goods-detail .con .info .bottom .integral span {
  margin-bottom: -2px;
}
.goods-detail .con .info .bottom .right {
  display: flex;
}
.goods-detail .con .info .bottom .right .inventory {
  font-size: 12px;
  color: #ffffff;
  margin-right: 10px;
}
.goods-detail .con .info .bottom .right .exchange-btn {
  cursor: pointer;
  width: 100px;
  height: 34px;
  background: #f7f1ec;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  color: #b17948;
  line-height: 34px;
  text-align: center;
}
.goods-detail .con .content {
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 136px;
  background: #f6f1eb;
  /* font-size: 14px; */
  /* color: #999; */
  position: relative;
}
.goods-detail .con .content p {
  margin: 0;
  height: auto;
  overflow: hidden;
  /* line-height: 0; */
}
.goods-detail .con .content img {
  /* width: 100%; */
  height: auto;
  overflow: hidden;
  max-width: 100%;
}
.goods-detail .con .content .none-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.goods-detail .more-list {
  width: 200px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: 405px;
}
.goods-detail .more-list .title {
  height: 22px;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  position: relative;
  text-align: center;
}
.goods-detail .more-list .title::before,
.goods-detail .more-list .title::after {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.goods-detail .more-list .title::before {
  left: 0;
}
.goods-detail .more-list .title::after {
  right: 0;
}
.goods-detail .more-list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 17px;
}
.goods-detail .more-list ul li {
  width: 200px;
  height: 180px;
  margin-bottom: 20px;
}
.goods-detail .more-list ul li .thumb {
  width: 100%;
  height: 123px;
  background: #ffffff;
  cursor: pointer;
}
.goods-detail .more-list ul li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goods-detail .more-list ul li .bottom {
  width: 200px;
  height: 57px;
}
.goods-detail .more-list ul li .bottom h6 {
  width: 154px;
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin: 5px auto;
  text-align: center;
}
.goods-detail .more-list ul li .bottom span {
  height: 22px;
  text-align: center;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
}
.goods-detail .more-list ul li .bottom span em {
  font-weight: 600;
  font-size: 16px;
  color: #b17948;
  line-height: 22px;
  margin-right: 1px;
}
.hidden2,
.hidden3,
.hidden4,
.hidden5 {
  display: -webkit-box;
  /* autoprefixer:off */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hidden1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hidden2 {
  -webkit-line-clamp: 2;
}
.hidden3 {
  -webkit-line-clamp: 3;
}
.hidden4 {
  -webkit-line-clamp: 4;
}
.hidden5 {
  -webkit-line-clamp: 5;
}
.show-accord3 {
  cursor: pointer;
}
/*display*/
.display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.display_flex > * {
  display: block;
}
.display_inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.display_inline-flex > * {
  display: block;
}
/*伸缩流方向*/
.flex-direction_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*主轴对齐*/
.justify-content_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content_flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content_flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*侧轴对齐*/
.align-items_flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*伸缩性*/
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.tooltip {
  cursor: pointer;
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 200px;
  padding: 5px;
  border-radius: 6px;
  text-align: center;
  background-color: black;
  color: white;
  /* 顶部提示框/底部箭头 */
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 0;
  /* 底部提示框/顶部箭头 
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px; */
  /* 右侧提示框/左侧箭头
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%; */
  /* 左侧提示框/右侧箭头
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%; */
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  /* 顶部提示框/底部箭头 */
  top: 100%;
  left: 50%;
  margin-left: -5px;
  /* 底部提示框/顶部箭头 
    bottom: 100%; 
    left: 50%;
    margin-left: -5px; */
  /* 右侧提示框/左侧箭头
    top: 50%;
    right: 100%;
    margin-top: -5px; */
  /* 左侧提示框/右侧箭头
    top: 50%;
    left: 100%;
    margin-top: -5px; */
  border-width: 5px;
  border-style: solid;
  /* 顶部提示框/底部箭头 */
  border-color: black transparent transparent transparent;
  /* 底部提示框/顶部箭头
    border-color: transparent transparent black transparent; */
  /* 右侧提示框/左侧箭头
    border-color: transparent black transparent transparent; */
  /* 左侧提示框/右侧箭头
    border-color: transparent transparent transparent black; */
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.am-modal.r-video-model .my-video-dimensions {
  height: 555px;
}

.cert_name .model-con {
  width: 500px;
  padding: 30px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
}
.cert_name .model-body {
  height: 160px;
}
.cert_name .model-footer-con {
  display: flex;
}
.cert_name .form-input-item label {
  width: 90px;
}
.cert_name .form-input {
  padding: 20px;
}
.cert_name .cert_name_zhu {
  margin-left: 100px;
  font-size: 12px;
  color: red;
}

.alert.track-number {
  text-align: center;
}

.alert.track-number h6 {
  height: 20px;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: center;
}

.alert.track-number .info {
  display: inline-block;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
  /* padding: 0 48px; */
  /* margin: auto; */
}

.alert.track-number .info-item {
  height: 20px;
  margin: 10px auto;
  /* display: flex; */
}

.alert.track-number .label,
.alert.track-number .text {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  height: auto;
  min-height: 20px;
  margin: 0;
  width: auto;
  float: left;
}

.alert.track-number .text {
  color: #333333;
}

.alert.track-number .copy-btn {
  height: 20px;
  font-size: 14px;
  color: #b17948;
  line-height: 20px;
  cursor: pointer;
  margin-left: 10px;
}

.alert.track-number .bottom .btn {
  background: #b17948;
}

.gerenzhongxin section .plan-list li .info .row2 {
  display: flex;
  align-items: center;
}
.gerenzhongxin section .plan-list li .info .pay-way {
  height: 18px;
  background: rgba(177, 121, 72, 0.1);
  border: 1px solid #b17948;
  padding: 0 3px;
  font-size: 11px;
  color: #b17948;
  line-height: 16px;
  margin-left: 10px;
}
/* 360兼容提示 */
.model.model_360 .model-body {
  padding: 0 10px;
}
.model.model_360 .model-body p {
  height: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.model.model_360 .model-body p span {
  color: #b17948;
}
.model.model_360 .model-body img {
  width: 720px;
  height: auto;
  overflow: hidden;
}
.webui-popover .webui-popover-content > div:first-child {
  width: 100% !important;
}

.sec-tabs {
  height: 40px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.sec-tabs .bottom-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #b17948;
  transition: all 0.3s ease;
}
.sec-tabs ul {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-tabs ul li {
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
}
.sec-tabs ul li:hover,
.sec-tabs ul li.on {
  color: #b17948;
}
.sec-tabs ul li .icon1 {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background: url("../img/new/select.png");
  background-size: 100% 100%;
}
.sec-tabs ul li.on .icon1 {
  background: url("../img/new/select_on.png");
  background-size: 100% 100%;
}
.sec-tabs ul li .icon2 {
  width: 12px;
  height: 13px;
  margin-left: 5px;
  background: url("../img/new/order_up.png");
  background-size: 100% 100%;
}
.sec-tabs ul li .icon2.down {
  background: url("../img/new/order_down.png");
  background-size: 100% 100%;
}

.gerenzhongxin .model1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
.gerenzhongxin .model1 .model-header {
  padding-top: 30px;
  height: 72px;
  text-align: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.gerenzhongxin .model1 .model-header .close {
  right: 20px;
  top: 30px;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
}
.gerenzhongxin .model1 .model-con {
  width: 400px;
  height: 555px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -298px;
  margin-left: -200px;
  background-image: url("../img/juan/yulanbg.png");
  background-size: 100% 100%;
}
.gerenzhongxin .model1 .model-con .line {
  margin: 0;
  background: #f1f1f1;
  width: 350px;
  margin: auto;
}
.gerenzhongxin .model1 .model-con .model-body {
  width: 100%;
  border: 0;
  margin-bottom: 70px;
}
.gerenzhongxin .model1 .model-con .model-body > div:nth-child(1) {
  width: 174px;
  height: 174px;
  border: 1px solid rgba(151, 151, 151, 0.2);
  margin: 100px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gerenzhongxin .model1 .model-con .model-body > div:nth-child(1) > img {
  width: 146px;
  height: 146px;
}
.gerenzhongxin .model1 .model-con .model-body > div:nth-child(2) {
  width: 280px;
  height: 40px;
  background: rgba(177, 121, 72, 0.1);
  box-shadow: inset 0px 0px 4px 0px rgba(177, 121, 72, 0.2);
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.gerenzhongxin .model1 .model-con .model-body > div:nth-child(2) > img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.gerenzhongxin .model1 .model-con .model-footer-con {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gerenzhongxin .model1 .model-con .model-footer .submit {
  width: 94px;
  float: left;
  height: 36px;
  background: #b17948;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}